home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // WSetup.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CJPEGWriteSetup dialog
-
- class CJPEGWriteSetup : public CDialog
- {
- // Construction
- public:
- CJPEGWriteSetup(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CJPEGWriteSetup)
- enum { IDD = IDD_JPEG_WRITE_SETUP };
- UINT m_nHeight;
- UINT m_nWidth;
- //}}AFX_DATA
-
- // Operations
- public:
- void FromProfile(LPCTSTR szProfile);
- void ToProfile(LPCTSTR szProfile);
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CJPEGWriteSetup)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CJPEGWriteSetup)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-